home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
dfue
/
elcheapofax
/
faxcmd
/
libfax
/
rcs
/
swap.h,v
< prev
next >
Wrap
Text File
|
1995-03-09
|
1KB
|
114 lines
head 1.4;
access;
symbols
OCT93:1.4;
locks;
comment @ * @;
1.4
date 93.10.25.02.20.15; author Rhialto; state Exp;
branches;
next 1.3;
1.3
date 93.09.18.20.16.23; author Rhialto; state Exp;
branches;
next 1.2;
1.2
date 93.06.11.16.15.25; author Rhialto; state Exp;
branches;
next 1.1;
1.1
date 93.06.11.15.19.27; author Rhialto; state Exp;
branches;
next ;
desc
@Prototype for swap.c
@
1.4
log
@Make +FBOR flexible.
@
text
@/* $Id: swap.h,v 1.3 1993/09/18 20:16:23 Rhialto Exp $
* $Log: swap.h,v $
* Revision 1.3 1993/09/18 20:16:23 Rhialto
* Unconditional prototypes.
*
* Revision 1.2 1993/06/11 16:15:25 Rhialto
* First real RCS checkin
*
*/
/*
swap.h
(c) Copyright 1991 by David M. Siegel.
All rights reserved.
%W% %G% %U%
*/
#ifndef in_libfax_swap_h
#define in_libfax_swap_h 1
extern int bor_value;
/*
Prototypes:
*/
void set_swapmode(int mode);
unsigned char swap_bits(unsigned char c);
#endif
@
1.3
log
@Unconditional prototypes.
@
text
@d1 1
a1 1
/* $Id: swap.h,v 1.2 1993/06/11 16:15:25 Rhialto Exp $
d3 3
d22 2
d28 1
@
1.2
log
@First real RCS checkin
@
text
@d1 5
a5 2
/* $Id$
* $Log$
d23 1
a23 5
unsigned char swap_bits(
#ifdef _PROTO
unsigned char c
#endif
);
@
1.1
log
@Initial revision
@
text
@d1 3
@